home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 July: Mac OS SDK / Dev.CD Jul 00 SDK2.toast / Development Kits / Hardware / Mac OS USB DDK / Mac OS USB DDK 1.4.1 / Examples / USBModem / ModemVersion.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-04-25  |  784 b   |  30 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        ModemVersion.h
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Version:    xxx put version here xxx
  7.  
  8.     Copyright:    © 1998-1999 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     File Ownership:
  11.  
  12.         DRI:                xxx put dri here xxx
  13.  
  14.         Other Contact:        xxx put other contact here xxx
  15.  
  16.         Technology:            xxx put technology here xxx
  17.          
  18. */
  19.  
  20. #define DriverVersion    0x09                        // Legacy - says we support 230kbps
  21.  
  22. #define kVersShort        "1.0"
  23. #define kVers1Long        "1.0, © 1999 Apple Computer, Inc."
  24. #define kVers2Long        "USB Modem Driver v1.0"
  25.  
  26. #define kVMajor            1                    /* Binary Coded Decimal */
  27. #define kVMinor            (0*16)+0            /* Binary Coded Decimal, ex: .2.3 = (2*16)+3 */
  28. #define kVStage            finalStage            /* developStage, alphaStage, betaStage, finalStage */
  29. #define kVRelease        0                    /* Binary Coded Decimal */
  30.